home *** CD-ROM | disk | FTP | other *** search
/ Logiciels PC 18 / LOGICIELSPC_18.ISO / Accuses / MAJ / Rtf2Html / Source C / LIB / RTFCHAR.H < prev    next >
C/C++ Source or Header  |  1999-06-27  |  343b  |  22 lines

  1.  
  2.  
  3. #ifdef SOURCE_CHAR
  4. #define EXTERN_CHAR
  5. #else
  6. #define EXTERN_CHAR extern
  7. #endif
  8.  
  9.  
  10. /* 
  11.  * -----------------------
  12.  *  function declarations
  13.  *
  14.  * http://perso.wanadoo.fr/blq
  15.  * blq@wanadoo.fr
  16.  * -----------------------
  17.  */
  18.  
  19. EXTERN_CHAR int chHexaToAscii    (char *);
  20. EXTERN_CHAR int chCharactereRtf  (char *, int, bool);
  21.  
  22.